home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / ew120.zip / EWTECH.ZIP / EWTECH.002 < prev    next >
Text File  |  1993-02-27  |  859b  |  21 lines

  1. E! for Windows - Technical Note #002
  2. *******************************************************************
  3. Message Descriptor necessary when compiling with Borland Pascal 7.0
  4. *******************************************************************
  5.  
  6. Although previous versions of Borland's Pascal compilers are supported
  7. automatically, Borland Pascal 7.00 has changed the way it outputs data
  8. to the screen. A Message Descriptor is now necessary when using this
  9. compiler from E! because the message analyzer may be fooled by the contents
  10. of the output file. Here is a Message Descriptor working nicely with
  11. Borland Pascal 7.0:
  12.  
  13. <VAR>(<ROW>): <TYP> <ERR>: <MSG>
  14.  
  15. This Message Descriptor must be added to the Commands... dialog box
  16. available from the Compile menu of any Edit Window. Please don't remove
  17. or add any space.
  18.  
  19. Patrick Philippot
  20. 01/15/93
  21.